home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / wtj208.zip / ZEMPEL / SOURCE / THUNK32 / THUNK32.H < prev    next >
Text File  |  1993-04-30  |  344b  |  14 lines

  1. #define IDM_THUNK16      100     /* menu identifiers */
  2. #define IDM_32DLL        101
  3. #define IDM_ABOUT        102
  4. #define IDM_VERSION      103
  5. #define SIZE             2
  6.  
  7. HWND ghwndMain;
  8. BOOL bUnder31=FALSE;
  9.  
  10. LRESULT CALLBACK MainWndProc  (HWND, UINT, WPARAM, LPARAM);
  11. LRESULT CALLBACK AboutDlgProc (HWND, UINT, WPARAM, LPARAM);
  12.  
  13.  
  14.